home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_36537.txt < prev    next >
Text File  |  1988-12-19  |  3KB  |  160 lines

  1. -- background: 36537 from stack: in
  2. -- bmap block id: 20184
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=17 top=42 right=115 bottom=133
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 18
  21. -- style flags: 0
  22. -- line height: 24
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=18 top=150 right=167 bottom=134
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 12
  35. -- style flags: 256
  36. -- line height: 16
  37. -- part name: 
  38.  
  39.  
  40. -- part 5 (field)
  41. -- low flags: 01
  42. -- high flags: 0000
  43. -- rect: left=19 top=166 right=291 bottom=134
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 2
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 
  52.  
  53.  
  54. -- part 6 (field)
  55. -- low flags: 01
  56. -- high flags: 4000
  57. -- rect: left=143 top=46 right=144 bottom=490
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 2
  62. -- text size: 24
  63. -- style flags: 0
  64. -- line height: 32
  65. -- part name: 
  66.  
  67.  
  68. -- part 9 (field)
  69. -- low flags: 01
  70. -- high flags: 0000
  71. -- rect: left=145 top=150 right=312 bottom=492
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 2
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80.  
  81.  
  82. -- part 11 (button)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=49 top=306 right=331 bottom=76
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 15420 / 15420
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Prev
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   visual effect wipe right
  97.   go to previous card
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 12 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=75 top=306 right=331 bottom=102
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 16560 / 16560
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: Next
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   visual effect wipe left
  117.   go to next card
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 14 (button)
  123. -- low flags: 00
  124. -- high flags: 0000
  125. -- rect: left=106 top=305 right=333 bottom=143
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 6720 / 6720
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Return
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   visual effect iris close
  137.   pop card
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 15 (button)
  143. -- low flags: 00
  144. -- high flags: 0000
  145. -- rect: left=15 top=305 right=334 bottom=47
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 20689 / 20689
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Home
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   visual effect iris open
  157.   go Home
  158. end mouseUp
  159.  
  160.